const github.com/klauspost/compress/flate.baseMatchOffset
12 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L41: baseMatchOffset = 1 // The smallest match offset
level1.go#L171: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level1.go#L174: xoffset := uint32(s - t - baseMatchOffset)
level2.go#L149: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level3.go#L158: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level4.go#L161: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level5.go#L243: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level5.go#L555: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level6.go#L278: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
stateless.go#L277: dst.AddMatchLong(int32(l), uint32(s-t-baseMatchOffset))
token.go#L269: if xoffset >= maxMatchOffset+baseMatchOffset {
token.go#L286: if xoffset >= maxMatchOffset+baseMatchOffset {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |